home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / commo421.arc / VT102-1.MAC < prev    next >
Text File  |  1990-07-19  |  1KB  |  23 lines

  1.  VT102 Key Support - Set #1
  2.  ───────────────────────────────────────────────────────────────────────────
  3.  {nf1} {send ^[OP} {}           F1  (PF1)       This set uses F1 - F4 for
  4.  {nf2} {send ^[OQ} {}           F2  (PF2)       PF1 - PF4 and the keypad
  5.  {nf3} {send ^[OR} {}           F3  (PF3)       keys.  Numlock must be ON
  6.  {nf4} {send ^[OS} {}           F4  (PF4)       to use digits 0 - 9 and
  7.                                                 the period.  Numlock must
  8.  {kp0} {vtpad 0|^[Op} {}        Keypad 0        be OFF to use the keypad
  9.  {kp1} {vtpad 1|^[Oq} {}        Keypad 1        cursor keys.  Works best
  10.  {kp2} {vtpad 2|^[Or} {}        Keypad 2        with the enhanced keyboard.
  11.  {kp3} {vtpad 3|^[Os} {}        Keypad 3
  12.  {kp4} {vtpad 4|^[Ot} {}        Keypad 4        This file must be included
  13.  {kp5} {vtpad 5|^[Ou} {}        Keypad 5        in your Macro File.  Some
  14.  {kp6} {vtpad 6|^[Ov} {}        Keypad 6        of the VT102 keys are
  15.  {kp7} {vtpad 7|^[Ow} {}        Keypad 7        already defined in the
  16.  {kp8} {vtpad 8|^[Ox} {}        Keypad 8        sample Macro File.
  17.  {kp9} {vtpad 9|^[Oy} {}        Keypad 9
  18.  {kp.} {vtpad .|^[On} {}        Keypad .        Be sure to place this file
  19.                                                 at the beginning of your
  20.  {gr*} {vtpad ,|^[Ol} {}        Keypad * (,)    Macro File to avoid key-id
  21.  {gr-} {vtpad -|^[Om} {}        Keypad -        conflicts!
  22.  {gr+} {vtpad ^m|^[OM} {}       Keypad + (cr)
  23.